@charset "UTF-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
	border:0;
	font-family:"微软雅黑";
	font-size:14px;
	color:#313131;
	box-sizing:border-box;
}

a {
	text-decoration:none;
}

h1,h2,h3,h4,h5,h6 {
	font-family:"微软雅黑";
	font-weight:normal;
}

ul,li {
	list-style:outside none;
}

.blank130 {
	height:130px;
}

.blank60 {
	height:60px;
}

.blank50 {
	height:50px;
}

.blank40 {
	height:40px;
}

.blank30 {
	height:30px;
}

.blank20 {
	height:20px;
}

h2 {
	font:18px "微软雅黑";	
}

h3,h4 {
	font:16px "微软雅黑";	
}


/*分页按钮*/
.fenye {
	width:611px;
	height:38px;
	margin:0 auto;
}

.fenye_a {
	width:93px;
	height:38px;
	background:#fff url(../images/tubiao_a.png) 15px 11px no-repeat;
	display:block;
	border-radius:5px;
	color:#4e4d4d;
	padding-left:30px;
	border:1px solid #c3c3c3;
	float:left;
	font:16px/38px "微软雅黑";
}

.fenye_a:hover {
	background:#0c4e77 url(../images/tubiao_b.png) 16px 12px no-repeat;
	color:#fff;
	border:none;
}

.fenye_b {
	width:38px;
	height:38px;
	background:#fff;
	display:block;
	border-radius:5px;
	color:#4e4d4d;
	text-align:center;
	float:left;
	margin-left:13px;
	border:1px solid #c3c3c3;
	font:16px/38px "微软雅黑";
}

.fenye_b:hover {
	background:#0c4e77;
	color:#fff;
	border:none;
}

.fenye_c {
	width:38px;
	height:38px;
	background:#fff;
	display:block;
	border-radius:5px;
	color:#4e4d4d;
	text-align:center;
	float:left;
	margin-left:10px;
	border:1px solid #c3c3c3;
	font:16px/38px "微软雅黑";
}

.fenye_c:hover {
	background:#0c4e77;
	color:#fff;
	border:none;
}

.fenye_d {
	width:15px;
	height:38px;
	display:block;
	border-radius:5px;
	color:#4e4d4d;
	text-align:center;
	float:left;
	margin-left:13px;
	font:22px/28px "微软雅黑";
}

.fenye_e {
	width:93px;
	height:38px;
	background:#fff url(../images/tubiao_c.png) 70px 11px no-repeat;
	display:block;
	border-radius:5px;
	color:#4e4d4d;
	padding-left:13px;
	float:right;
	border:1px solid #c3c3c3;
	font:16px/38px "微软雅黑";
}

.fenye_e:hover {
	background:#0c4e77 url(../images/tubiao_d.png) 71px 12px no-repeat;
	color:#fff;
	border:none;
}

.table-bd {
	border: 1px solid #999999;
}
.table-bd td {
	border: 1px solid #999999;
}